home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TVFSSFTPKEYBOARDAUTHDIALOG / TVFSSFTPKEYBOARDAUTHDIALOG.txt
Text File  |  2008-11-03  |  794b  |  43 lines

  1. inherited VfsSftpKeyboardAuthDialog: TVfsSftpKeyboardAuthDialog
  2.   Left = 391
  3.   Top = 432
  4.   Caption = 'Keyboard Authorization'
  5.   ClientHeight = 87
  6.   ClientWidth = 385
  7.   OnCreate = FormCreate
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object PromptLbl: TUiLabel
  11.     Left = 8
  12.     Top = 7
  13.     Height = 13
  14.     Caption = '%'
  15.     FocusControl = ResponseEdit
  16.   end
  17.   object ResponseEdit: TUiEdit
  18.     Left = 8
  19.     Top = 23
  20.     Width = 369
  21.     Height = 21
  22.     TabOrder = 0
  23.   end
  24.   object OkBtn: TUiButton
  25.     Left = 224
  26.     Top = 54
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 1
  31.     AutoSize = asRight
  32.   end
  33.   object CancelBtn: TUiButton
  34.     Left = 304
  35.     Top = 54
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 2
  40.     AutoSize = asRight
  41.   end
  42. end
  43.